home *** CD-ROM | disk | FTP | other *** search
- // copy the executable file
- copy . . "Drop4.exe"
-
- // if you have a help file, you could copy it to the Windows directory as follows:
- copy . \Windows "Drop 4 Help.htc"
- copy . \Windows "D4_Command_Bar.htp"
- copy . \Windows "D4_How_to_play.htp"
- copy . \Windows "D4_Options.htp"
- copy . \Windows "D4_Players.htp"
- copy . \Windows "D4_hvc.2bp"
- copy . \Windows "D4_hvh.2bp"
- copy . \Windows "D4_new_game.2bp"
- copy . \Windows "D4_opt_easy.2bp"
- copy . \Windows "D4_opt_med.2bp"
- copy . \Windows "D4_opt_hard.2bp"
-
- // register the icon
- regString ~ ~ 1 VersionNumber "1.1"
-
- // create some shortcuts on the HPC device
-
- createShortcut \Windows\Desktop "Drop 4.lnk" . "Drop4.exe"
- createShortcut \Windows\Programs "Drop 4.lnk" . "Drop4.exe"
-
-
- // Exit the script
-
- exit
-